home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Electronic Entertainment 1995 April
/
Electronic Entertainment CD-ROM Sampler Disc (April 1995).iso
/
mac
/
PCFILES
/
neonNSWK.DIR
/
00951_Script_951
< prev
next >
Wrap
Text File
|
1994-11-08
|
170b
|
9 lines
on exitFrame
if the ColorDepth < 8 then
go to "16Colors"
else if the quickTimePresent = FALSE then
go to "noqt"
else
go to "start"
end if
end